is_councilor_or_admin
@mount("citizens.is_councilor_or_admin")
query is_councilor_or_admin(account_id: byte_array): boolean
Checks if a given account ID belongs to a councilor or an admin. The query is used to determine the role and access level of a specific account.
Return
true
if the account belongs to a councilor or an admin, otherwise false
.
Parameters
account_id
The account ID to be checked.